home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / mar96 / feuef106.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  57KB  |  357x295  |  8-bit (154 colors)
Labels: text | screenshot | display | font | line
OCR: PROCEDURE early_failure IS BEGIN DECLARATION little_string VARCHAR2 (2) := 'BIG STRING'; BEGIN /* body of anonymous block */ EXCEPTION WHEN VALUE ERROR THEN I END ; END Figure 6: If an exception is raised in the declaration section of a block, control is passed to the enclosing block.